home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / cli-common / policy-remove < prev   
Text File  |  2009-03-13  |  364b  |  15 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. # This file is actually used to remove entries from a policy.
  5.  
  6. # Variables
  7. ASSEMBLY=$1
  8. VERSION=$2
  9. COMBINED="$VERSION.$ASSEMBLY"
  10. POLICY="policy.$VERSION.$ASSEMBLY"
  11.  
  12. #echo "Removing GAC policy file ($POLICY) from available GACs"
  13. /usr/share/cli-common/gac-package-remove $POLICY > /dev/null
  14. rm /usr/share/cli-common/packages.d/$POLICY.installcligac
  15.